GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-09T10:43:42.7561249+00:00",
"SubmitDate": "2026-06-09T10:43:42.7561249+00:00",
"ReportPeriodStart": "2026-06-09T10:43:42.7561249+00:00",
"ReportPeriodEnd": "2026-06-09T10:43:42.7561249+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ea27836-0e4c-49b3-b6b6-786d377ca16f",
"Rows": [
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ea27836-0e4c-49b3-b6b6-786d377ca16f",
"Rows": [
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74c7e46f-ba82-4564-91d9-62ce873a52e8",
"fc019313-bb01-404b-8beb-c0e222e4f933"
],
"Approvers": [
"e26279a7-a0e8-4171-b83d-b550799c089e",
"33dce061-5bdf-407f-8361-9971933b41fb"
],
"ApprovedBy": "f11150fa-5cca-4409-b574-b1da16089b76",
"ApprovalDate": "2026-06-09T10:43:42.7561249+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9a6000f4-b286-4619-9600-4ac1c625f691",
"id": "5cf1fb48-e3d0-4860-bf08-356fbfdb1ff1",
"ConfigId": "c451ba5c-006d-4664-a6d9-89cc4be1a4b8"
},
{
"GenerationDate": "2026-06-09T10:43:42.7561249+00:00",
"SubmitDate": "2026-06-09T10:43:42.7561249+00:00",
"ReportPeriodStart": "2026-06-09T10:43:42.7561249+00:00",
"ReportPeriodEnd": "2026-06-09T10:43:42.7561249+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ea27836-0e4c-49b3-b6b6-786d377ca16f",
"Rows": [
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ea27836-0e4c-49b3-b6b6-786d377ca16f",
"Rows": [
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ae544b6-e2fe-4ad1-976f-e38b58472894",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74c7e46f-ba82-4564-91d9-62ce873a52e8",
"fc019313-bb01-404b-8beb-c0e222e4f933"
],
"Approvers": [
"e26279a7-a0e8-4171-b83d-b550799c089e",
"33dce061-5bdf-407f-8361-9971933b41fb"
],
"ApprovedBy": "f11150fa-5cca-4409-b574-b1da16089b76",
"ApprovalDate": "2026-06-09T10:43:42.7561249+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9a6000f4-b286-4619-9600-4ac1c625f691",
"id": "5cf1fb48-e3d0-4860-bf08-356fbfdb1ff1",
"ConfigId": "c451ba5c-006d-4664-a6d9-89cc4be1a4b8"
}
]